home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Activity Monitor.app / Contents / Resources / English.lproj / StandardCPU.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  2.3 KB  |  61 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = CPUView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  4.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  5.         {
  6.             ACTIONS = {forceUpdate = id; }; 
  7.             CLASS = QCPUHistoryView; 
  8.             LANGUAGE = ObjC; 
  9.             SUPERCLASS = NSImageView; 
  10.         }, 
  11.         {
  12.             ACTIONS = {
  13.                 clearHistoryView = id; 
  14.                 colorValueChanged = id; 
  15.                 displayExpandedView = id; 
  16.                 displayFloatingViewHorizontally = id; 
  17.                 displayFloatingViewVertically = id; 
  18.                 displayStandardView = id; 
  19.                 hideFloatingView = id; 
  20.                 toggleSecondProcessor = id; 
  21.                 updateTimer = id; 
  22.             }; 
  23.             CLASS = SMCPUMonitor; 
  24.             LANGUAGE = ObjC; 
  25.             OUTLETS = {
  26.                 "_cpuIdle" = NSTextField; 
  27.                 "_cpuIdleColor" = ColorPickerText; 
  28.                 "_cpuNice" = NSTextField; 
  29.                 "_cpuNiceColor" = ColorPickerText; 
  30.                 "_cpuSys" = NSTextField; 
  31.                 "_cpuSystemColor" = ColorPickerText; 
  32.                 "_cpuUser" = NSTextField; 
  33.                 "_cpuUserColor" = ColorPickerText; 
  34.                 "_hideDock" = NSMenuItem; 
  35.                 "_hideMain" = NSMenuItem; 
  36.                 "_horizDock" = NSMenuItem; 
  37.                 "_horizMain" = NSMenuItem; 
  38.                 "_secondProcessorMenu" = NSMenuItem; 
  39.                 "_vertDock" = NSMenuItem; 
  40.                 "_vertMain" = NSMenuItem; 
  41.                 cpuHistogramSmallView = QCPUHistoryView; 
  42.                 cpuHistogramSmallView2 = QCPUHistoryView; 
  43.                 cpuHistogramView = QCPUHistoryView; 
  44.                 cpuHistogramView2 = QCPUHistoryView; 
  45.                 cpuImageViewMP1 = NSImageView; 
  46.                 cpuImageViewMP1Base = NSImageView; 
  47.                 cpuImageViewMP2 = NSImageView; 
  48.                 cpuImageViewMP2Base = NSImageView; 
  49.                 cpuImageViewSP1 = NSImageView; 
  50.                 cpuImageViewSP1Base = NSImageView; 
  51.                 cpuMainWindow = NSWindow; 
  52.                 expandedItem = id; 
  53.                 expandedViewSplit = NSSplitView; 
  54.                 expandedViewWindow = NSWindow; 
  55.                 standardMenuItem = id; 
  56.             }; 
  57.             SUPERCLASS = NSObject; 
  58.         }
  59.     ); 
  60.     IBVersion = 1; 
  61. }